home *** CD-ROM | disk | FTP | other *** search
- Path: news.infobahnos.com!usenet
- From: Dylan Ritter <nina@infobahnos.com>
- Newsgroups: comp.lang.c++
- Subject: Re: IMPORTANT!!!!!!!!!!!!!!!!!!!!!
- Date: 3 Feb 1996 19:09:30 GMT
- Organization: Infobahn Online Services - Les services En Ligne Infobahn
- Message-ID: <4f0bta$80p@news.infobahnos.com>
- References: <4epb8s$9gp@reader2.ix.netcom.com>
- NNTP-Posting-Host: dialup1.infobahnos.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
-
- printf ("print the slash : \\ ");
-
- i.e. Use a double slash. The printf function never prints the first
- slash in a string (it's reserved for \t, \n, \a, etc.).
-
- You will have the same problem when you use similar functions to open
- files, you'll have to use two slashes to specify a path.
-
-
-